home *** CD-ROM | disk | FTP | other *** search
- _root.czas_na_zegarze = 12 + _root.czas_na_zapamietanie - _root.czas_w_grze;
- if(_root.czas_w_grze >= _root.czas_na_zapamietanie + 12)
- {
- _root.koniec_czasu = true;
- tellTarget("/")
- {
- play();
- }
- tellTarget(_root.zegar)
- {
- prevFrame();
- }
- }
- gotoAndPlay(2);
-